Vcenter Utilization Proxies ProxyInfo

Vcenter Utilization Proxies ProxyInfo
Vcenter Utilization Proxies ProxyInfo

The Vcenter Utilization Proxies ProxyInfo schema describes an HTTP proxy which handles traffic in vCenter.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "service": "string",
    "upstreams": [
        {
            "name": "string",
            "routes": [
                {
                    "path": "string",
                    "peers": [
                        {
                            "address": "string",
                            "active_requests": 0
                        }
                    ]
                }
            ],
            "requests_back_pressure": {
                "active_requests": 0,
                "max_outstanding_requests": 0
            }
        }
    ]
}
string
service
Required

The vCenter service which proxies HTTP requests.

This property was added in vSphere API 9.1.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.services.Service. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.services.Service.

upstreams
Required

The list of upstreams that are handled by this proxy.

This property was added in vSphere API 9.1.0.0.